

.Tittle{

  background-image: none;
  padding:1px;
  margin:15px;
  font-size:150px;
  float: center;
  width: 100%;
  height:200px;
  font-family: 'Permanent Marker', cursive;
  color:#000066;
  text-shadow:
    /* Outline */
    -1px -1px 0 white,
    1px -1px 0 white,
    -1px 1px 0 white,
    1px 1px 0 white,  
    -2px 0 0 white,
    2px 0 0 white,
    0 2px 0 white,
    0 -2px 0 white; /* Terminate with a semi-colon */
 
}


header{

  background-color: #fdb927;
  font-family: 'Bebas Neue', cursive;
  font-weight:lighter;
  color:white;
  text-shadow:
  /* Outline */
  -1px -1px 0 #000000,
  1px -1px 0 #000000,
  -1px 1px 0 #000000,
  1px 1px 0 #000000,  
  -2px 0 0 #000000,
  2px 0 0 #000000,
  0 2px 0 #000000,
  0 -2px 0 #000000; /* Terminate with a semi-colon */
  width: 100%;
  height: 200px;
  border: 8px solid #000066; 
  padding: 5px;
  margin:10px;
  text-align: center;
  font-family: 'Permanent Marker', cursive;
  font-weight:lighter;
  letter-spacing: .5px;
  
}


body{

  background-image: url("https://i.ibb.co/K96SXSJ/mike-von-Q-3-Ac-Rtqoq-M-unsplash.jpg");
  background-size:cover;
  height:100%;
  overflow: auto;
  color: #fdb927 ;
  font-family: 'Bebas Neue', cursive;

}

.Kobe1{

text-align:center;
margin-top: 75%;
font-family: 'Bebas Neue', cursive;

}
  

nav{
 
  text-decoration: none;
  font-family: 'Permanent Marker', cursive;
 
}


nav li{

  display: initial;
  list-style-type:  none;
  height:30px;
  line-height:20px;
  padding:0 20px;
  text-decoration: none;

}


:hover{

  background: #000066;
  transition: background .3s;
  color:#fdb927;
  text-decoration:none;
  cursor:pointer;

}

nav-link{

color:#fdb927;
text-decoration: none;

}

a:link{

text-decoration: none;
}

a:visited{

text-decoration: none;

}

a:hover{

text-decoration: underline;

}

a:active{

text-decoration: underline;

}

footer{

  text-align:left;
  font-family: 'Bebas Neue', cursive;

}

img {

  width:50px;
  height:50px;
}


/* Start http://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/sports/spo-3/spo251.cur), auto !important;} /* End http://www.cursors-4u.com */


